github.com/klauspost/compress/zstd.blockHeader.setType (method)
10 uses
github.com/klauspost/compress/zstd (current package)
blockenc.go#L128: func (h *blockHeader) setType(t blockType) {
blockenc.go#L314: bh.setType(blockTypeRaw)
blockenc.go#L327: bh.setType(blockTypeRaw)
blockenc.go#L347: bh.setType(blockTypeRaw)
blockenc.go#L386: bh.setType(blockTypeRaw)
blockenc.go#L394: bh.setType(blockTypeRLE)
blockenc.go#L405: bh.setType(blockTypeCompressed)
blockenc.go#L437: bh.setType(blockTypeRLE)
blockenc.go#L508: bh.setType(blockTypeCompressed)
encoder.go#L546: blk.setType(blockTypeRaw)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |